home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 517
- Top = 367
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Agreement'
- ClientHeight = 308
- ClientWidth = 440
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 267
- Width = 440
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Button1: TButton
- Left = 120
- Top = 8
- Width = 75
- Height = 25
- Caption = 'I Agree'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 206
- Top = 8
- Width = 75
- Height = 25
- Caption = 'I Don'#39't Agree'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- object RichEdit1: TRichEdit
- Left = 0
- Top = 0
- Width = 440
- Height = 267
- Align = alClient
- Lines.Strings = (
- 'RichEdit1')
- ScrollBars = ssBoth
- TabOrder = 1
- end
- end
-